Add `cargo new` to the `cargo help` message
authorAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 15:52:32 +0000 (08:52 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 15:52:32 +0000 (08:52 -0700)
src/bin/cargo.rs

index f2b7c1c1554d3ddc13d24cf75e43d6fba741341c..81c5cc13b5880c7badcc778884e8f5b104191d12 100644 (file)
@@ -56,6 +56,7 @@ fn execute() {
             println!("  clean          # remove the target directory");
             println!("  run            # build and execute src/main.rs");
             println!("  version        # displays the version of cargo");
+            println!("  new            # create a new cargo project");
             println!("");